projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7dc8eff
)
(electric-help-command-loop): Use equal to compare
author
Richard M. Stallman
<rms@gnu.org>
Thu, 3 Jun 1993 03:50:05 +0000
(
03:50
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 3 Jun 1993 03:50:05 +0000
(
03:50
+0000)
lists of events.
lisp/ehelp.el
patch
|
blob
|
history
diff --git
a/lisp/ehelp.el
b/lisp/ehelp.el
index baa2a052181fd56c80b1ce1bec045f466584f5b1..00e16b657c1ae52f281e5a0787fd00f39b9194c5 100644
(file)
--- a/
lisp/ehelp.el
+++ b/
lisp/ehelp.el
@@
-127,7
+127,8
@@
BUFFER is put into `default-major-mode' (or `fundamental-mode') when we exit"
(catch 'exit
(if (pos-visible-in-window-p (point-max))
(progn (message "<<< Press Space to bury the help buffer >>>")
- (if (eq (setq unread-command-events (list (read-event))) ?\ )
+ (if (equal (setq unread-command-events (list (read-event)))
+ '(?\ ))
(progn (setq unread-command-events nil)
(throw 'exit t)))))
(let (up down both neither